#mod_flexibleForms form:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mod_flexibleForms{
	float: left; _display:inline;
	width: 600px;
	margin: 30px 0 0 30px;
}
	form.flexibleForm .fieldBlock{
		float: left; _display: inline;
		width: 270px;
		margin: 0 30px 30px 0;
	}
		#mod_flexibleForms form label{
			float: none;
			width: 255px;
			margin-bottom: 8px;
			
			text-align: left;
			text-transform: uppercase;
		}
		#mod_flexibleForms form .flexFormFieldHTML{
			float: left; _display:inline;
			width: 270px;
		}
		#mod_flexibleForms form input{
			width: 270px;
			height: 30px;
			background: #ebebeb;
			border: none;
		}
		#mod_flexibleForms form select{
			/* width:170px; */
			width: 270px;
			height: 30px;
		}
	form.flexibleForm .fieldBlock.type_textarea {
		width: 570px;
		height: 165px
	}
		#mod_flexibleForms .type_textarea .flexFormFieldHTML{
			width: 570px;
			height: 120px
		}
			#mod_flexibleForms form textarea{
				width: 550px;
				height: 120px;
				padding: 10px;
				max-width: 550px;
				max-height: 120px;	
				background: #ebebeb;
				border: none;
			}
	#mod_flexibleForms form .acceptPrivacy{
		width: 300px;
		height: 50px;
		margin: 0;
		padding: 0;
	}
		#mod_flexibleForms form .acceptPrivacy legend{
			display: none;
		}
		#mod_flexibleForms form .acceptPrivacy label{
			display: block;
			width: auto;
			margin-left: 21px;
			padding-left: 0;
			line-height: 12px;
		}
			
		#mod_flexibleForms form .acceptPrivacy input{
			float: left; _display:inline;
			width: auto;
			height: auto;
		}
			*+html #mod_flexibleForms form .acceptPrivacy input{
				width: auto;
				height: auto;
				background:none;
			}
		#mod_flexibleForms form .acceptPrivacy label p{
			line-height:12px;
		}
			*+html #mod_flexibleForms form .acceptPrivacy label p{
				line-height:12px;
				margin-top:5px;
			}
	.required-wrapper{
		float: right; _display: inline;
		width: 270px;
		margin: 15px 30px 0 0;
		
		text-align: right;
	}
	#mod_flexibleForms form button{
		float: right;_display:inline;
		width: 105px;
		height: 26px;
		padding-bottom: 4px;
		margin: 25px 30px;
		background: url(../images/booknow.jpg) repeat-x 0 0;
		border: none;
		cursor: pointer;

		font-size: 1em;
		color: #fff;
		line-height: 24px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
	}

